const runtime.evacuatedEmpty

6 uses

	runtime (current package)
		map.go#L90: 	evacuatedEmpty = 4 // cell is empty, bucket is evacuated.
		map.go#L986: 		if isEmpty(b.tophash[offi]) || b.tophash[offi] == evacuatedEmpty {
		map.go#L1284: 					b.tophash[i] = evacuatedEmpty
		map_fast32.go#L432: 					b.tophash[i] = evacuatedEmpty
		map_fast64.go#L436: 					b.tophash[i] = evacuatedEmpty
		map_faststr.go#L451: 					b.tophash[i] = evacuatedEmpty